﻿2026-06-22T02:33:17.2608661Z ##[group]Run actions/checkout@v5
2026-06-22T02:33:17.2608905Z with:
2026-06-22T02:33:17.2609181Z   repository: SaberMage/spt-shell-notify
2026-06-22T02:33:17.2609434Z   path: .adapter-notify
2026-06-22T02:33:17.2611557Z   token: ***
2026-06-22T02:33:17.2611724Z   ssh-strict: true
2026-06-22T02:33:17.2611918Z   ssh-user: git
2026-06-22T02:33:17.2612087Z   persist-credentials: true
2026-06-22T02:33:17.2612287Z   clean: true
2026-06-22T02:33:17.2612463Z   sparse-checkout-cone-mode: true
2026-06-22T02:33:17.2612674Z   fetch-depth: 1
2026-06-22T02:33:17.2612845Z   fetch-tags: false
2026-06-22T02:33:17.2613022Z   show-progress: true
2026-06-22T02:33:17.2613201Z   lfs: false
2026-06-22T02:33:17.2613353Z   submodules: false
2026-06-22T02:33:17.2613527Z   set-safe-directory: true
2026-06-22T02:33:17.2613724Z env:
2026-06-22T02:33:17.2613904Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:33:17.2614119Z ##[endgroup]
2026-06-22T02:33:17.4270829Z Syncing repository: SaberMage/spt-shell-notify
2026-06-22T02:33:17.4271398Z ##[group]Getting Git version info
2026-06-22T02:33:17.4271741Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-22T02:33:17.4292196Z [command]/usr/bin/git version
2026-06-22T02:33:17.4359695Z git version 2.43.0
2026-06-22T02:33:17.4377742Z ##[endgroup]
2026-06-22T02:33:17.4387456Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/57a24b1d-ba0c-4f70-aa7a-41f9d0dfbfcc' before making global git config changes
2026-06-22T02:33:17.4388240Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:33:17.4390455Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-22T02:33:17.4415837Z ##[group]Initializing the repository
2026-06-22T02:33:17.4418385Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-22T02:33:17.4443719Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-22T02:33:17.4444185Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-22T02:33:17.4444576Z hint: of your new repositories, which will suppress this warning, call:
2026-06-22T02:33:17.4444881Z hint: 
2026-06-22T02:33:17.4445129Z hint: 	git config --global init.defaultBranch <name>
2026-06-22T02:33:17.4445378Z hint: 
2026-06-22T02:33:17.4445614Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-22T02:33:17.4445987Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-22T02:33:17.4446297Z hint: 
2026-06-22T02:33:17.4446473Z hint: 	git branch -m <name>
2026-06-22T02:33:17.4449359Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-22T02:33:17.4456084Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-22T02:33:17.4479540Z ##[endgroup]
2026-06-22T02:33:17.4479852Z ##[group]Disabling automatic garbage collection
2026-06-22T02:33:17.4482171Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T02:33:17.4504059Z ##[endgroup]
2026-06-22T02:33:17.4504402Z ##[group]Setting up auth
2026-06-22T02:33:17.4508715Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:33:17.4530691Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:33:17.4737731Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:33:17.4760895Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:33:17.4939624Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:33:17.4966664Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:33:17.5152735Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T02:33:17.5182418Z ##[endgroup]
2026-06-22T02:33:17.5182813Z ##[group]Determining the default branch
2026-06-22T02:33:17.5185302Z Retrieving the default branch name
2026-06-22T02:33:17.8513987Z Default branch 'main'
2026-06-22T02:33:17.8514759Z ##[endgroup]
2026-06-22T02:33:17.8515127Z ##[group]Fetching the repository
2026-06-22T02:33:17.8519516Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-22T02:33:18.4142564Z From https://github.com/SaberMage/spt-shell-notify
2026-06-22T02:33:18.4143150Z  * [new branch]      main       -> origin/main
2026-06-22T02:33:18.4164781Z ##[endgroup]
2026-06-22T02:33:18.4167152Z ##[group]Determining the checkout info
2026-06-22T02:33:18.4167824Z ##[endgroup]
2026-06-22T02:33:18.4170302Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T02:33:18.4207442Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T02:33:18.4246948Z ##[group]Checking out the ref
2026-06-22T02:33:18.4250406Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-22T02:33:18.4292675Z Switched to a new branch 'main'
2026-06-22T02:33:18.4293092Z branch 'main' set up to track 'origin/main'.
2026-06-22T02:33:18.4297384Z ##[endgroup]
2026-06-22T02:33:18.4334755Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T02:33:18.4359220Z ee2d37eadc730c0019e0af82d683074c509634a2
